home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / disk / pcopy93.zip / WHATS.NEW < prev   
Text File  |  1993-09-07  |  3KB  |  83 lines

  1.                         What's new in PCOPY 9.3!
  2.  
  3.                  If you have any questions or comments,
  4.                   feel free to contact Patri-Soft at:
  5.  
  6.                                Patri-Soft
  7.                          5225 Canyon Crest Dr.
  8.                               Suite 71-358
  9.                            Riverside, CA  92507
  10.  
  11.                            (909) 352-2820 Voice
  12.                            (909) 352-1527 FAX
  13.  
  14.  
  15. See the PCOPY.DOC file for detailed explanations of the changes listed
  16. here.
  17.  
  18.  
  19. Enhancements & Additions:
  20.  
  21. /MO
  22. Multiple Out Disks.    When PCOPY fills up a disk, it will
  23.                         automatically request another disk, rather than
  24.                         offering other options.
  25.  
  26. /EX
  27. Multiple Exclude Files  Up to now, only one exclude file could be
  28.                         utililized by PCOPY.  This file was called
  29.                         PCOPY.EXC and was activated by the /EX
  30.                         parameter.  Now, you may specify the name of an
  31.                         alternate exclude file by using the following
  32.                         syntax:
  33.                                 PCOPY <src> <dest> /EX:exclude_name
  34.                         PCOPY will use the exclude file specified by the
  35.                         /EX parameter.  No exclude name will default to
  36.                         PCOPY.EXC.
  37.  
  38. /PX
  39. Pause before move       When /X is specified, PCOPY copies each file,
  40.                         deleting the original file.  Specifying /PX will
  41.                         prompt and ask if you want to delete the source.
  42.  
  43. /IZ
  44. process files In Zips   The parameter will cause PCOPY to look inside
  45.                         .ZIP files for files to copy.  If found, PCOPY
  46.                         will automatically unzip the file, and copy it
  47.                         out.  For example,
  48.                                 PCOPY *.BAT \TEST /IZ
  49.                         PCOPY will scan the specified directory for
  50.                         files matching the source specification.  If
  51.                         found, the file is unzipped, and the file is
  52.                         copied out.  If the /X parameter is specified,
  53.                         PCOPY will delete the file out of the .ZIP file
  54.                         after being copied.
  55.  
  56. /RT
  57. Reset Target attr:      PCOPY will mark the target files as "backed up,"
  58.                         instead of leaving the backup attribute on.
  59.  
  60. /VL
  61. Volume Label            Use to specify a volume name which the target
  62.                         disk MUST have before a copy is allowed.
  63.                                 PCOPY *.* A: /VL:TEST
  64.                         PCOPY will verify the disk in drive A: has a
  65.                         volume name of TEST.  If not, it rejects the
  66.                         disk and prompts for another.
  67.  
  68. /DD
  69. Different Date          Only copy files if the source date is different
  70.                         than the file that exists on the target.
  71.  
  72. DOS SUBST               Added a check to verify that the source and the
  73.                         target are NOT the same.  This uses DOS'
  74.                         TRUENAME function and will not be "fooled" by
  75.                         the DOS SUBST command or any network MAP
  76.                         command.
  77.  
  78.  
  79.  
  80.  
  81.  
  82.         
  83.